home *** CD-ROM | disk | FTP | other *** search
/ PC Play 128 / pc play 128.iso / cijele / cortex / ccsetup.exe / {app} / Base.rte / GUIs / MainMenuGUI.ini < prev    next >
Encoding:
INI File  |  2006-09-22  |  12.8 KB  |  793 lines

  1. [root]
  2. ControlType = COLLECTIONBOX
  3. Parent = None
  4. X = 0
  5. Y = 0
  6. Width = 640
  7. Height = 480
  8. Visible = True
  9. Enabled = True
  10. Name = root
  11. Anchor = Left, Top
  12. DrawBackground = False
  13. DrawType = Color
  14. DrawColor = 8
  15.  
  16. //////////////////////////////////////
  17. // MAIN SCREEN
  18.  
  19. [MainScreen]
  20. ControlType = COLLECTIONBOX
  21. Parent = root
  22. X = 256
  23. Y = 132
  24. Width = 128
  25. Height = 148
  26. Visible = True
  27. Enabled = True
  28. Name = MainScreen
  29. Anchor = Right, Bottom
  30. DrawBackground = True
  31. DrawType = Panel
  32. DrawColor = 62
  33.  
  34. [ButtonStartSingle]
  35. ControlType = BUTTON
  36. Parent = MainScreen
  37. X = 4
  38. Y = 4
  39. Width = 120
  40. Height = 20
  41. Visible = True
  42. Enabled = True
  43. Name = ButtonStartSingle
  44. Anchor = Left, Top
  45. Text = Brain vs. CPU
  46.  
  47. [ButtonStartMulti]
  48. ControlType = BUTTON
  49. Parent = MainScreen
  50. X = 4
  51. Y = 28
  52. Width = 120
  53. Height = 20
  54. Visible = True
  55. Enabled = True
  56. Name = ButtonStartMulti
  57. Anchor = Left, Top
  58. Text = Brain vs. Brain
  59.  
  60. [ButtonMainToOptions]
  61. ControlType = BUTTON
  62. Parent = MainScreen
  63. X = 4
  64. Y = 52
  65. Width = 120
  66. Height = 20
  67. Visible = True
  68. Enabled = True
  69. Name = ButtonMainToOptions
  70. Anchor = Left, Top
  71. Text = Options & Keys
  72.  
  73. [ButtonMainToEditor]
  74. ControlType = BUTTON
  75. Parent = MainScreen
  76. X = 4
  77. Y = 76
  78. Width = 120
  79. Height = 20
  80. Visible = True
  81. Enabled = True
  82. Name = ButtonMainToEditor
  83. Anchor = Left, Top
  84. Text = Scene Editor
  85.  
  86. [ButtonMainToCreds]
  87. ControlType = BUTTON
  88. Parent = MainScreen
  89. X = 4
  90. Y = 100
  91. Width = 120
  92. Height = 20
  93. Visible = True
  94. Enabled = True
  95. Name = ButtonMainToCreds
  96. Anchor = Left, Top
  97. Text = Credits
  98.  
  99. [ButtonQuit]
  100. ControlType = BUTTON
  101. Parent = MainScreen
  102. X = 4
  103. Y = 124
  104. Width = 120
  105. Height = 20
  106. Visible = True
  107. Enabled = True
  108. Name = ButtonQuit
  109. Anchor = Left, Top
  110. Text = Exit
  111.  
  112. //////////////////////////////////////
  113. // DIFFICULTY SCREEN
  114.  
  115. [DifficultyScreen]
  116. ControlType = COLLECTIONBOX
  117. Parent = root
  118. X = 256
  119. Y = 132
  120. Width = 128
  121. Height = 124
  122. Visible = True
  123. Enabled = True
  124. Name = DifficultyScreen
  125. Anchor = Right, Bottom
  126. DrawBackground = false
  127. DrawType = Color
  128. DrawColor = 62
  129.  
  130. [LabelDifficulty]
  131. ControlType = LABEL
  132. Parent = DifficultyScreen
  133. X = 0
  134. Y = 8
  135. Width = 128
  136. Height = 10
  137. Visible = True
  138. Enabled = True
  139. Name = LabelDifficulty
  140. Anchor = Left, Top
  141. Text = D I F F I C U L T Y :
  142. Alignment = Centre
  143.  
  144. [DifficultyPanel]
  145. ControlType = COLLECTIONBOX
  146. Parent = DifficultyScreen
  147. X = 0
  148. Y = 24
  149. Width = 128
  150. Height = 100
  151. Visible = True
  152. Enabled = True
  153. Name = DifficultyPanel
  154. Anchor = Right, Bottom
  155. DrawBackground = True
  156. DrawType = Panel
  157. DrawColor = 62
  158.  
  159. [ButtonStartEasy]
  160. ControlType = BUTTON
  161. Parent = DifficultyPanel
  162. X = 4
  163. Y = 4
  164. Width = 120
  165. Height = 20
  166. Visible = True
  167. Enabled = True
  168. Name = ButtonStartEasy
  169. Anchor = Left, Top
  170. Text = Easy
  171.  
  172. [ButtonStartMedium]
  173. ControlType = BUTTON
  174. Parent = DifficultyPanel
  175. X = 4
  176. Y = 28
  177. Width = 120
  178. Height = 20
  179. Visible = True
  180. Enabled = True
  181. Name = ButtonStartMedium
  182. Anchor = Left, Top
  183. Text = Medium
  184.  
  185. [ButtonStartHard]
  186. ControlType = BUTTON
  187. Parent = DifficultyPanel
  188. X = 4
  189. Y = 52
  190. Width = 120
  191. Height = 20
  192. Visible = True
  193. Enabled = True
  194. Name = ButtonStartHard
  195. Anchor = Left, Top
  196. Text = Hard
  197.  
  198. [ButtonStartDeath]
  199. ControlType = BUTTON
  200. Parent = DifficultyPanel
  201. X = 4
  202. Y = 76
  203. Width = 120
  204. Height = 20
  205. Visible = True
  206. Enabled = True
  207. Name = ButtonStartDeath
  208. Anchor = Left, Top
  209. Text = Death
  210.  
  211. //////////////////////////////////////
  212. // OPTIONS SCREEN
  213.  
  214. [OptionsScreen]
  215. ControlType = COLLECTIONBOX
  216. Parent = root
  217. X = 80
  218. Y = 124
  219. Width = 480
  220. Height = 186
  221. Visible = True
  222. Enabled = True
  223. Name = OptionsScreen
  224. Anchor = Left, Top
  225. DrawBackground = True
  226. DrawType = Panel
  227. DrawColor = 62
  228.  
  229. [ButtonFullscreen]
  230. ControlType = BUTTON
  231. Parent = OptionsScreen
  232. X = 56
  233. Y = 18
  234. Width = 100
  235. Height = 28
  236. Visible = True
  237. Enabled = True
  238. Name = ButtonFullscreen
  239. Anchor = Left, Top
  240. Text = Go Fullscreen
  241.  
  242. [LabelSoundVolume]
  243. ControlType = LABEL
  244. Parent = OptionsScreen
  245. X = 194
  246. Y = 18
  247. Width = 100
  248. Height = 10
  249. Visible = True
  250. Enabled = True
  251. Name = LabelSoundVolume
  252. Anchor = Left, Top
  253. Text = Sound Volume: 100
  254.  
  255. [SliderSoundVolume]
  256. ControlType = SLIDER
  257. Parent = OptionsScreen
  258. X = 190
  259. Y = 32
  260. Width = 100
  261. Height = 10
  262. Visible = True
  263. Enabled = True
  264. Name = SliderSoundVolume
  265. Anchor = Left, Top
  266. Value = 100
  267. Minimum = 0
  268. Maximum = 100
  269. Orientation = Horizontal
  270. TickDirection = BottomRight
  271.  
  272. [LabelMusicVolume]
  273. ControlType = LABEL
  274. Parent = OptionsScreen
  275. X = 328
  276. Y = 18
  277. Width = 100
  278. Height = 10
  279. Visible = True
  280. Enabled = True
  281. Name = LabelMusicVolume
  282. Anchor = Left, Top
  283. Text = Music Volume: 100
  284.  
  285. [SliderMusicVolume]
  286. ControlType = SLIDER
  287. Parent = OptionsScreen
  288. X = 324
  289. Y = 32
  290. Width = 100
  291. Height = 10
  292. Visible = True
  293. Enabled = True
  294. Name = SliderMusicVolume
  295. Anchor = Left, Top
  296. Value = 100
  297. Minimum = 0
  298. Maximum = 100
  299. Orientation = Horizontal
  300. TickDirection = BottomRight
  301.  
  302. ////////////////////////////
  303. // Player 1 controls
  304.  
  305. [BoxP1Controls]
  306. ControlType = COLLECTIONBOX
  307. Parent = OptionsScreen
  308. X = 18
  309. Y = 60
  310. Width = 212
  311. Height = 86
  312. Visible = True
  313. Enabled = True
  314. Name = BoxP1Controls
  315. Anchor = Left, Top
  316. DrawBackground = True
  317. DrawType = Color
  318. DrawColor = 49
  319.  
  320. [LabelP1Controls]
  321. ControlType = LABEL
  322. Parent = BoxP1Controls
  323. X = 4
  324. Y = 4
  325. Width = 208
  326. Height = 12
  327. Visible = True
  328. Enabled = True
  329. Name = LabelP1Controls
  330. Anchor = Left, Top
  331. Text = Player 1 Gamepad Buttons:
  332. Alignment = Centre
  333.  
  334. [ButtonP1Fire]
  335. ControlType = BUTTON
  336. Parent = BoxP1Controls
  337. X = 4
  338. Y = 20
  339. Width = 100
  340. Height = 18
  341. Visible = True
  342. Enabled = True
  343. Name = ButtonP1Fire
  344. Anchor = Left, Top
  345. Text = Fire - 1
  346.  
  347. [ButtonP1Aim]
  348. ControlType = BUTTON
  349. Parent = BoxP1Controls
  350. X = 108
  351. Y = 20
  352. Width = 100
  353. Height = 18
  354. Visible = True
  355. Enabled = True
  356. Name = ButtonP1Aim
  357. Anchor = Left, Top
  358. Text = Aim - 2
  359.  
  360. [ButtonP1Inventory]
  361. ControlType = BUTTON
  362. Parent = BoxP1Controls
  363. X = 4
  364. Y = 42
  365. Width = 100
  366. Height = 18
  367. Visible = True
  368. Enabled = True
  369. Name = ButtonP1Inventory
  370. Anchor = Left, Top
  371. Text = Inventory - 3
  372.  
  373. [ButtonP1Jump]
  374. ControlType = BUTTON
  375. Parent = BoxP1Controls
  376. X = 108
  377. Y = 42
  378. Width = 100
  379. Height = 18
  380. Visible = True
  381. Enabled = True
  382. Name = ButtonP1Jump
  383. Anchor = Left, Top
  384. Text = Jump - 4
  385.  
  386. [ButtonP1Prev]
  387. ControlType = BUTTON
  388. Parent = BoxP1Controls
  389. X = 4
  390. Y = 64
  391. Width = 100
  392. Height = 18
  393. Visible = True
  394. Enabled = True
  395. Name = ButtonP1Prev
  396. Anchor = Left, Top
  397. Text = Previous - 6
  398.  
  399. [ButtonP1Next]
  400. ControlType = BUTTON
  401. Parent = BoxP1Controls
  402. X = 108
  403. Y = 64
  404. Width = 100
  405. Height = 18
  406. Visible = True
  407. Enabled = True
  408. Name = ButtonP1Next
  409. Anchor = Left, Top
  410. Text = Next - 5
  411.  
  412. ////////////////////////////
  413. // Player 2 controls
  414.  
  415. [BoxP2Controls]
  416. ControlType = COLLECTIONBOX
  417. Parent = OptionsScreen
  418. X = 250
  419. Y = 60
  420. Width = 212
  421. Height = 86
  422. Visible = True
  423. Enabled = True
  424. Name = BoxP2Controls
  425. Anchor = Left, Top
  426. DrawBackground = True
  427. DrawType = Color
  428. DrawColor = 49
  429.  
  430. [LabelP2Controls]
  431. ControlType = LABEL
  432. Parent = BoxP2Controls
  433. X = 4
  434. Y = 4
  435. Width = 208
  436. Height = 12
  437. Visible = True
  438. Enabled = True
  439. Name = LabelP2Controls
  440. Anchor = Left, Top
  441. Text = Player 2 Gamepad Buttons:
  442. Alignment = Centre
  443.  
  444. [ButtonP2Fire]
  445. ControlType = BUTTON
  446. Parent = BoxP2Controls
  447. X = 4
  448. Y = 20
  449. Width = 100
  450. Height = 18
  451. Visible = True
  452. Enabled = True
  453. Name = ButtonP2Fire
  454. Anchor = Left, Top
  455. Text = Fire - 1
  456.  
  457. [ButtonP2Aim]
  458. ControlType = BUTTON
  459. Parent = BoxP2Controls
  460. X = 108
  461. Y = 20
  462. Width = 100
  463. Height = 18
  464. Visible = True
  465. Enabled = True
  466. Name = ButtonP2Aim
  467. Anchor = Left, Top
  468. Text = Aim - 2
  469.  
  470. [ButtonP2Inventory]
  471. ControlType = BUTTON
  472. Parent = BoxP2Controls
  473. X = 4
  474. Y = 42
  475. Width = 100
  476. Height = 18
  477. Visible = True
  478. Enabled = True
  479. Name = ButtonP2Inventory
  480. Anchor = Left, Top
  481. Text = Inventory - 3
  482.  
  483. [ButtonP2Jump]
  484. ControlType = BUTTON
  485. Parent = BoxP2Controls
  486. X = 108
  487. Y = 42
  488. Width = 100
  489. Height = 18
  490. Visible = True
  491. Enabled = True
  492. Name = ButtonP2Jump
  493. Anchor = Left, Top
  494. Text = Jump - 4
  495.  
  496. [ButtonP2Prev]
  497. ControlType = BUTTON
  498. Parent = BoxP2Controls
  499. X = 4
  500. Y = 64
  501. Width = 100
  502. Height = 18
  503. Visible = True
  504. Enabled = True
  505. Name = ButtonP2Prev
  506. Anchor = Left, Top
  507. Text = Previous - 6
  508.  
  509. [ButtonP2Next]
  510. ControlType = BUTTON
  511. Parent = BoxP2Controls
  512. X = 108
  513. Y = 64
  514. Width = 100
  515. Height = 18
  516. Visible = True
  517. Enabled = True
  518. Name = ButtonP2Next
  519. Anchor = Left, Top
  520. Text = Next - 5
  521.  
  522. //////////////////////////////////////
  523. // CREDITS SCREEN
  524.  
  525. [CreditsScreen]
  526. ControlType = COLLECTIONBOX
  527. Parent = root
  528. X = 20
  529. Y = 132
  530. Width = 600
  531. Height = 132
  532. Visible = True
  533. Enabled = True
  534. Name = CreditsScreen
  535. Anchor = Left, Top
  536. DrawBackground = False
  537. DrawType = Color
  538. DrawColor = 62
  539.  
  540. [CreditsPanel]
  541. ControlType = COLLECTIONBOX
  542. Parent = CreditsScreen
  543. X = 0
  544. Y = 124
  545. Width = 600
  546. Height = 430
  547. Visible = True
  548. Enabled = True
  549. Name = CreditsPanel
  550. Anchor = Left, Top
  551. DrawBackground = False
  552. DrawType = Color
  553. DrawColor = 62
  554.  
  555. [CreditsLabel1]
  556. ControlType = LABEL
  557. Parent = CreditsPanel
  558. X = 0
  559. Y = 8
  560. Width = 600
  561. Height = 10
  562. Visible = True
  563. Enabled = True
  564. Name = CreditsLabel1
  565. Anchor = Left, Top
  566. Text = C R E D I T S :
  567. Alignment = Centre
  568.  
  569. [CreditsLabel2]
  570. ControlType = LABEL
  571. Parent = CreditsPanel
  572. X = 0
  573. Y = 32
  574. Width = 600
  575. Height = 10
  576. Visible = True
  577. Enabled = True
  578. Name = CreditsLabel2
  579. Anchor = Left, Top
  580. Text = Game Design - Engine and Physics Programming - Art Direction - Project Coordination
  581. Alignment = Centre
  582.  
  583. [CreditsLabel3]
  584. ControlType = LABEL
  585. Parent = CreditsPanel
  586. X = 0
  587. Y = 48
  588. Width = 600
  589. Height = 10
  590. Visible = True
  591. Enabled = True
  592. Name = CreditsLabel3
  593. Anchor = Left, Top
  594. Text = D A N I E L   T A B A R
  595. Alignment = Centre
  596.  
  597. [CreditsLabel4]
  598. ControlType = LABEL
  599. Parent = CreditsPanel
  600. X = 0
  601. Y = 72
  602. Width = 600
  603. Height = 10
  604. Visible = True
  605. Enabled = True
  606. Name = CreditsLabel4
  607. Anchor = Left, Top
  608. Text = Art Direction and Production - Game Design - Tools Programming
  609. Alignment = Centre
  610.  
  611. [CreditsLabel5]
  612. ControlType = LABEL
  613. Parent = CreditsPanel
  614. X = 0
  615. Y = 88
  616. Width = 600
  617. Height = 10
  618. Visible = True
  619. Enabled = True
  620. Name = CreditsLabel5
  621. Anchor = Left, Top
  622. Text = A R N E   N I K L A S   J A N S S O N
  623. Alignment = Centre
  624.  
  625. [CreditsLabel6]
  626. ControlType = LABEL
  627. Parent = CreditsPanel
  628. X = 0
  629. Y = 112
  630. Width = 600
  631. Height = 10
  632. Visible = True
  633. Enabled = True
  634. Name = CreditsLabel6
  635. Anchor = Left, Top
  636. Text = GUI Library Programming
  637. Alignment = Centre
  638.  
  639. [CreditsLabel7]
  640. ControlType = LABEL
  641. Parent = CreditsPanel
  642. X = 0
  643. Y = 128
  644. Width = 600
  645. Height = 10
  646. Visible = True
  647. Enabled = True
  648. Name = CreditsLabel7
  649. Anchor = Left, Top
  650. Text = J A S O N   B O E T T C H E R
  651. Alignment = Centre
  652.  
  653. [CreditsLabel8]
  654. ControlType = LABEL
  655. Parent = CreditsPanel
  656. X = 0
  657. Y = 152
  658. Width = 600
  659. Height = 10
  660. Visible = True
  661. Enabled = True
  662. Name = CreditsLabel8
  663. Anchor = Left, Top
  664. Text = Intro, Theme, and Menu Music Composition and Production
  665. Alignment = Centre
  666.  
  667. [CreditsLabel9]
  668. ControlType = LABEL
  669. Parent = CreditsPanel
  670. X = 0
  671. Y = 168
  672. Width = 600
  673. Height = 10
  674. Visible = True
  675. Enabled = True
  676. Name = CreditsLabel9
  677. Anchor = Left, Top
  678. Text = R O B E R T   S T J ─ R N S T R ╓ M   &   J O N A S   R ╓ R L I N G,   H U B N E S T E R   I N D U S T R I E S
  679. Alignment = Centre
  680.  
  681. [CreditsLabel10]
  682. ControlType = LABEL
  683. Parent = CreditsPanel
  684. X = 0
  685. Y = 192
  686. Width = 600
  687. Height = 10
  688. Visible = True
  689. Enabled = True
  690. Name = CreditsLabel10
  691. Anchor = Left, Top
  692. Text = In-game Music Composition and Production
  693. Alignment = Centre
  694.  
  695. [CreditsLabel1]
  696. ControlType = LABEL
  697. Parent = CreditsPanel
  698. X = 0
  699. Y = 208
  700. Width = 600
  701. Height = 10
  702. Visible = True
  703. Enabled = True
  704. Name = CreditsLabel1
  705. Anchor = Left, Top
  706. Text = M I C H A E L   W A T T S,   E N C O R E   M U S I C
  707. Alignment = Centre
  708.  
  709. [CreditsLabel12]
  710. ControlType = LABEL
  711. Parent = CreditsPanel
  712. X = 0
  713. Y = 232
  714. Width = 600
  715. Height = 10
  716. Visible = True
  717. Enabled = True
  718. Name = CreditsLabel12
  719. Anchor = Left, Top
  720. Text = Technical Testing and Advice
  721. Alignment = Centre
  722.  
  723. [CreditsLabel13]
  724. ControlType = LABEL
  725. Parent = CreditsPanel
  726. X = 0
  727. Y = 248
  728. Width = 600
  729. Height = 10
  730. Visible = True
  731. Enabled = True
  732. Name = CreditsLabel13
  733. Anchor = Left, Top
  734. Text = N A T H A N I E L   S A B A N S K I
  735. Alignment = Centre
  736.  
  737. [CreditsLabel14]
  738. ControlType = LABEL
  739. Parent = CreditsPanel
  740. X = 0
  741. Y = 272
  742. Width = 600
  743. Height = 10
  744. Visible = True
  745. Enabled = True
  746. Name = CreditsLabel14
  747. Anchor = Left, Top
  748. Text = Technology Platform
  749. Alignment = Centre
  750.  
  751. [CreditsLabel15]
  752. ControlType = LABEL
  753. Parent = CreditsPanel
  754. X = 0
  755. Y = 288
  756. Width = 600
  757. Height = 10
  758. Visible = True
  759. Enabled = True
  760. Name = CreditsLabel15
  761. Anchor = Left, Top
  762. Text = ALLEGRO, SDL, SDL_MIXER, OGG VORBIS, MSVC8 CRTs
  763. Alignment = Centre
  764.  
  765. [CreditsLabel16]
  766. ControlType = LABEL
  767. Parent = CreditsPanel
  768. X = 0
  769. Y = 420
  770. Width = 600
  771. Height = 10
  772. Visible = True
  773. Enabled = True
  774. Name = CreditsLabel16
  775. Anchor = Left, Top
  776. Text = Cortex Command is TM and ⌐ 2006 Data Realms, LLC
  777. Alignment = Centre
  778.  
  779. ////////////////////////////////////
  780. // Back to main button
  781.  
  782. [ButtonBackToMain]
  783. ControlType = BUTTON
  784. Parent = root
  785. X = 260
  786. Y = 280
  787. Width = 120
  788. Height = 20
  789. Visible = True
  790. Enabled = True
  791. Name = ButtonBackToMain
  792. Anchor = Left, Top
  793. Text = Back to Main Menu